home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / imagedes.readme < prev    next >
Text File  |  1995-08-30  |  2KB  |  65 lines

  1. Short:    Thumbnail oriented image cataloger
  2. Author:   haslbeck@informatik.tu-muenchen.de
  3. Uploader: haslbeck@informatik.tu-muenchen.de
  4. Type:     gfx/misc
  5. Replaces: ImageDesk16.lha
  6.  
  7. Requirements:
  8. ~~~~~~~~~~~~~
  9.        * Amiga-OS 3.0 or better
  10.        * 8-bit Intuition screen
  11.  
  12. Changes since V1.6:
  13. ~~~~~~~~~~~~~~~~~~~
  14.        * New structured menu.
  15.        * Catalogs are held in memory.
  16.        * Fast, screenwise turn over within the catalog buffer.
  17.        * Introduction of the `Catalog Browsers´.
  18.        * Significant speed improvement when figuring the thumbnail images.
  19.        * New option for dithering `Floyd Steinberg´.
  20.        * Full tooltype support for Project-Icons.
  21.        * Takes care of IFFs aspect ratio.
  22.        * Optionally writes an error report.
  23.        * Introduction of new Catalog Tools `CATSort´ and `CATSplit´.
  24.        * New AREXX commands.
  25.  
  26. Introduction:
  27. ~~~~~~~~~~~~~
  28. ImageDesk is a program to  catalog  graphics  archives  by  generating
  29. small   representations  of  pictures,  so  called  thumbnails.  Those
  30. thumbnails are internally being expanded into  objects  which  include
  31. all  essential  data of its represented picture. These can be combined
  32. into loadable and savable thumbnail catalogs in which XPK  compression
  33. is  supported  to  reduce  memory  consumption  on storage medias. The
  34. catalogs are directory orientated, this  means  the  pictures  of  all
  35. included  thumbnails  are  in  the  same directory path. the following
  36. picture types are supported and will be recognized automatically:
  37.  
  38.    * IFF ILBM (color mapped, EHB, HAM, HAM8, DEEP, DCOL )
  39.  
  40.    * GIF (87a, 89a)
  41.  
  42.    * JPEG (+)
  43.  
  44.    * PCX (1 bit upto 32 bit)
  45.  
  46.    * BMP (4,8 and 24 bit, OS/2 and Windows formats, unpacked only)
  47.  
  48.    * PCD (upto BASE size)
  49.  
  50.    * PNM (P4, P5 und P6)
  51.  
  52.    * TARGA
  53.  
  54. The corresponding picture of  a  thumbnail  object  can  be  shown  if
  55. requested.  Therefore  two internal viewers, the window and the screen
  56. viewer, exist for each above mentioned format. The latter are able  to
  57. view  Images  on CyberGraphics, Picasso or standard 8 bit screens, but
  58. it is also possible to specify  external  viewers  or  AREXX  programs
  59. which ImageDesk will call on demand.
  60.  
  61. ---------- Footnotes ----------
  62.  
  63. (+)  ImageDesk needs the "Tower JPEG Codec Class" from Christoph Feck
  64.      for its JPEG support.
  65.